home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11153 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  36 lines

  1. Path: luggage.rednet.co.uk!usenet
  2. From: johnd@reflex-tech.co.uk (John Dalton)
  3. Newsgroups: comp.object,comp.lang.c++,comp.software-eng
  4. Subject: Re: Design language?
  5. Date: Tue, 12 Mar 1996 22:45:54 GMT
  6. Organization: Reflex Technology
  7. Message-ID: <4i4ur7$ff8@luggage.rednet.co.uk>
  8. References: <31437B51.27C3@bitmailer.net>
  9. Reply-To: johnd@reflex-tech.co.uk
  10. NNTP-Posting-Host: al043.du.pipex.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. JosΘ Daniel Garcφa Sßnchez <jdgarcia@bitmailer.net> wrote:
  14.  
  15. >I would like to find information about object oriented design languages. I am 
  16. >interested in some language to describe an object oriented design (Booch, 
  17. >OMT, or something like that). Such a language would permit to describe a 
  18. >system in an independent coding language manner an then generate the real 
  19. >code with some tool.
  20.  
  21. Something along these lines is available from Verilog in France (not
  22. the VHDL type Verilog, this is an OMT/SDL company with a lot of Ada in
  23. its roots).  They have a tool suite called Object-GEODE with an OMT
  24. front-end and a choice of OMT to C++ or OMT to SDL to C back end code
  25. generation.
  26.  
  27. Strictly speaking the SDL design language and code generator is
  28. implementation language independant, and various code generators have
  29. been made using the API to the stored design.  But the commercial code
  30. generator is C.
  31.  
  32. More info from support@verilog.fr or support@logtech.com (Dallas).
  33.  
  34. John
  35.  
  36.